home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_gen / yg600w95.zip / YGREPD32.DEF < prev    next >
Text File  |  1996-12-01  |  1KB  |  78 lines

  1. ;
  2. ;    SCCSid = "$Id: YGREPD32.DEF 1.1 1996/09/16 19:46:39 Y.Roumazeilles Exp $"
  3. ;
  4. ;    (C) 1992-93-94-95-96 Yves Roumazeilles
  5. ;
  6. ;
  7. ;   Declares the module parameters for the dynamic link library.
  8. ;
  9.  
  10. LIBRARY        YGrep32
  11. DESCRIPTION    'YGrep Search Engine v6.0 - \251 1992-93-94-95-96 Yves Roumazeilles'
  12.  
  13. CODE        PRELOAD FIXED
  14. DATA        PRELOAD FIXED SINGLE
  15.  
  16. HEAPSIZE    1024
  17.  
  18. SEGMENTS
  19.     _TEXT    PRELOAD
  20.  
  21. EXPORTS
  22.     LibMain
  23.     YGrepVersion
  24.     YGrepIsDebug
  25.     YGrepMessages
  26.     YGrepOptions
  27.  
  28.     CompileAGrep
  29.     AGrep
  30.     AGrepSubsBuild
  31.     AGrepInit
  32.     AGrepEmpty
  33.     AGrepSubstitute
  34.  
  35.     CompileRGrep
  36.     RGrep
  37.     RGrepSubsBuild
  38.     RGrepSubstitute
  39.  
  40.     InitWordCharTable
  41.     AddWordChar
  42.     RemoveWordChar
  43.  
  44.     CompileSGrep
  45.     SGrep
  46.     SGrepSubsBuild
  47.     SGrepSubstitute
  48.  
  49.     SCompileAGrep
  50.     SAGrep
  51.     SAGrepSubsBuild
  52.     SAGrepEmpty
  53.     SAGrepInit
  54.     SAGrepSubstitute
  55.  
  56.     SCompileRGrep
  57.     SRGrep
  58.     SRGrepSubsBuild
  59.     SRGrepSubstitute
  60.  
  61.     SCompileSGrep
  62.     SSGrep
  63.     SSGrepSubsBuild
  64.     SSGrepSubstitute
  65.  
  66.     PushYInfo
  67.     YGrepGetError
  68.     YGrepSetError
  69.     YGrepResetError
  70.     YGrep
  71.  
  72.     SFileOpen
  73.     SFileClose
  74.     SFileAGrep
  75.     SFileRGrep
  76.     SFileSGrep
  77.     SFileSetFlags
  78.